object GroupDialog: TGroupDialog Left = 174 Top = 151 BorderStyle = bsDialog Caption = 'Select Group' ClientHeight = 203 ClientWidth = 241 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Scaled = False PixelsPerInch = 96 TextHeight = 16 object ListBox: TListBox Left = 8 Top = 40 Width = 225 Height = 129 Hint = 'Select an existing group' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = ListBoxClick OnDblClick = ListBoxDblClick end object Button1: TButton Left = 192 Top = 173 Width = 41 Height = 25 Hint = 'Accept group and install' Caption = '&Ok' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 end object EditGroup: TEdit Left = 8 Top = 8 Width = 225 Height = 24 Hint = 'Enter a new group' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 Text = 'ECTOOL' end object Button2: TButton Left = 136 Top = 173 Width = 47 Height = 25 Hint = 'Don'#39't create a group' Caption = '&Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 3 end end